-
-
Notifications
You must be signed in to change notification settings - Fork 345
Fix exposed overridables test #3867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: share-filter
Are you sure you want to change the base?
Conversation
# Conflicts: # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
# Conflicts: # pnpm-lock.yaml
…es directory layers
… in client and server layers
…ation Next.js apps - Add Cypress e2e test infrastructure for apps 4000 & 4001 - Implement automatic server startup and cleanup in test:e2e target - Add Module Federation specific test coverage for remote components - Configure proper timeouts for server readiness (25s startup, 30s connectivity) - Add enhanced logging with emojis for test lifecycle visibility - Include kill-app script for manual port cleanup - Achieve 100% test success rate (19/19 tests passing) Tests cover: - Homepage functionality and navigation - Module Federation infrastructure validation - Remote app connectivity and error handling - Federated component loading scenarios - Automatic server lifecycle management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
# Conflicts: # pnpm-lock.yaml
- Fix nextjs-mf test import errors for share-internals-client functions - Update enhanced tests for nodeModulesReconstructedLookup per-share configuration - Update snapshot tests for React 19.1.0 compatibility - Remove pnpm overrides for React/Next.js versions to resolve conflicts - Remove webpack/react peer dependencies from nextjs-mf package - Add webpack as direct dependency to Next.js applications - Update data-prefetch and bridge-react tests for React 19 compatibility 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Fixes several test failures in the enhanced package: 1. ConsumeSharedPlugin layer filtering: Updated from `layer` to `issuerLayer` for proper layer-aware sharing 2. HoistContainerReferencesPlugin: Rewrote test to work with new architecture using file-based module detection 3. ProvideSharedPlugin version resolution: Added dependency fallback logic to resolve versions from parent package.json 4. ConsumeSharedPlugin node reconstruction: Fixed parameter passing for reconstructed lookups 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Description
Related Issue
Types of changes
Checklist